Newer
Older
pixi.js / examples / example 4 - Balls / storm.css
@Mat Groves Mat Groves on 2 Mar 2013 436 bytes alpha update
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#rnd {
	position: absolute;
	top: 16px;
	left: 16px;
}

#photonstorm {
	position: absolute;
	bottom: 16px;
	right: 16px;
}

#pixi {
	position: absolute;
	bottom: 16px;
	left: 16px;
}

#sx {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 200px;
	height: 48px;
	font-size: 12px;
	font-family: Arial;
	color: rgba(255,255,255,0.8);
}